
The Configuration API deals with configuration
files: it loads and saves tables into files.

It has two functions:
config.load(path)
config.save(tableToSave, path)

Configuration files are usually marked by the
'.conf' extension.